Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(DO NOT MERGE): #98 completed #100

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

kevaundray
Copy link
Contributor

This is a draft PR to show what #98 would eventually look like if we removed all code thats not needed

Comment on lines +72 to +74
domain.BitReverse(polynomial)
polyCoeff := c.domain.IfftFr(polynomial)
outputPoint := poly.PolyEval(polyCoeff, evaluationChallenge)
Copy link
Contributor Author

@kevaundray kevaundray Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit unfortunate and is linear in the number of blobs, so we may need to keep around polyEval for lagrange form

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh hmm actually we can aggregate the polynomials using fiat shamir first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant